const internal/chacha8rand.ctrInc
7 uses
internal/chacha8rand (current package)
chacha8.go#L22: ctrInc = 4 // increment counter by 4 between block calls
chacha8.go#L85: s.c += ctrInc
chacha8.go#L103: if s.c == ctrMax-ctrInc {
chacha8.go#L135: used := (s.c/ctrInc)*chunk + s.i
chacha8.go#L155: if used > (ctrMax/ctrInc)*chunk-reseed {
chacha8.go#L161: s.c = ctrInc * (uint32(used) / chunk)
chacha8.go#L165: if s.c == ctrMax-ctrInc {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)